CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rsa 大数

搜索资源列表

  1. CMyBigint

    1下载:
  2. 大数运算类,用于RSA算法,支持4096位二进制的数学运算-category for the RSA algorithm, support 4096 binary arithmetic
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:30309
    • 提供者:寻梦
  1. rsabignumber

    0下载:
  2. rsa中的大数运算算法实现。 主要语言:C++ 嵌入汇编-rsa majority of the computing algorithm. Major languages : C embedded compilation
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:10223
    • 提供者:
  1. rsaref20.tar

    0下载:
  2. 大数运算库rsaref ,可用它来实现rsa 算法 -rsaref for computing large numbers, it can be used to achieve rsa Algorithm
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:144401
    • 提供者:
  1. RSAKey

    0下载:
  2. RSA公钥密钥生成程序,C++语言编写,采用了自己的大数类,可在短时间内生成1024位的RSA公钥和密钥,内有详细注解-RSA public key generation procedures, C language, the use of large numbers of its own category, during a 1024 production of the RSA public key and key, with detailed notes
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:1012790
    • 提供者:liujin
  1. ELGamaltool

    0下载:
  2. 这个程序是网络信息安全概论课的课程实践,自己动手编写一个具于1024位大数 运算的ELGamal加密系统。 ELGamal 依赖大数运算,目前主流ELGamal算法都建立在512 到1024位的大数运算之上。 而大多数的编译器只能支持到64位的整数运算,即我们在运算中所使用的整数必须小 于等于64位,即:0xffffffffffffffff,也就是18446744073709551615,这远远达不 到RSA 的需要,于是需要专门建立大数运算库来解决这一问题-network
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:91962
    • 提供者:明江
  1. rsasystem

    0下载:
  2. RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。 RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一。RSA的安全性依赖于大数的因子分解,但并没有从理论上证明破译RSA的难度与大数分解难度等价。该课题要求完成对给定的文件作为输入,通过RSA算法对该数据进行加密,为了便于用户理解,要求提供此模型的可视化图形显示。 -RSA algorithm is the first one that could
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:183662
    • 提供者:杨怡
  1. rsa

    0下载:
  2. rsa 加密解密算法,能实现在大数运算下的加解密-rsa encryption algorithm, can be achieved in the operation of large numbers of encryption and decryption
  3. 所属分类:Network Security

    • 发布日期:2017-12-01
    • 文件大小:5903
    • 提供者:wang
  1. rsa

    0下载:
  2. 基于256进制的大数,目前代码是随机选择10位数的大素数,欧拉n为20位,也可以更高,且大素数都是随机产生,高效检测。欧几里得原理和反复平方求模实现的RSA加密,函数实现用lib封装了。源码咨询我qq 752602563.个人实现,请勿模仿商用-Based on 256 hex Tarsus, the current 10-digit code is a random selection of large prime numbers, Euler n is 20, can also be hig
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:411911
    • 提供者:申潇潇
  1. RSA

    0下载:
  2. RSA算法,RSA的安全基于大数分解的难度。其公钥和私钥是一对大素数(100到200位十进制数或更大)的函数。从一个公钥和密文恢复出明文的难度,等价于分解两个大素数之积-RSA algorithm, RSA Security is based on the difficulty of factoring. Its public and private keys is a large prime number (100-200 decimal or larger) function. Recove
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:249781
    • 提供者:baimengying
  1. RSA

    0下载:
  2. 实现了RSA的加解密,及其所需要的大数类(LargeNumber)的四则运算。- Implements RSA encryption and decryption, and large numbers required classes (LargeNumber) of four operations.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-02
    • 文件大小:918000
    • 提供者:
  1. RSA-Encryption

    1下载:
  2. 用c++实现1024位大数rsa算法大数加密解密-Tarsus achieve 1024 rsa encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1915324
    • 提供者:知行
  1. rsa.tar

    0下载:
  2. 不依赖其它任何加密库实现的RSA算法,顺带还实现了大数之间的计算算法,源码有注释。该源码已被我应用到了金融的应用中。-ON划词翻译ON实时翻译 The RSA algorithm does not rely on any other encryption library, incidentally, also realizes the calculation algorithm of large between the number of source notes. The sourc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7516
    • 提供者:田元江
  1. RSA

    0下载:
  2. RSA加解密算法的简易实现,有详细的注释,适合初学者。不过不是基于大数运算的。-Simple realization of the RSA encryption algorithm, a detailed notes, suitable for beginners. But is not based on the computation of large numbers.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-12
    • 文件大小:2841040
    • 提供者:icehan
  1. enhanced-RSA

    0下载:
  2. 改进的RSA算法,可快速实现的大数的计算-enhanced RSA algorithm,It can cumulate the big data quikly!
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-25
    • 文件大小:15720
    • 提供者:jenny
  1. RSA

    0下载:
  2. 特殊情况下(|p-q|<2*N开4次方)破解RSA,因式分解大数-RSA crack under special circumstances, factoring large numbers
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-30
    • 文件大小:26256
    • 提供者:
  1. RSA

    0下载:
  2. 实现的是对明文消息的加密和解密过程,算法是根据大数的因数分解。-Implementation is the plaintext message encryption and decryption algorithm is based on the decomposition of large numbers of factors.
  3. 所属分类:CA program

    • 发布日期:2017-05-26
    • 文件大小:8908528
    • 提供者:jubaoting
  1. RSA

    0下载:
  2. RSA加密解密,采用gmp大数库,包括普通解密,蒙哥马利解密,模重复平方+中国剩余定理解密-RSA encryption and decryption, using large numbers gmp library, including common decryption, Montgomery decryption, repeat mode decryption square+ Chinese Remainder Theorem
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-03
    • 文件大小:994713
    • 提供者:
  1. RSA

    1下载:
  2. 利用C\C++实现RSA算法的加、解密运算。 具体包括: 1)利用扩展的Euclid计算 a mod n 的乘法逆元; 2)Miller-Rabin素性测试算法对一个给定的大数进行测试; 3)实现的运算,并计算; 4)利用Euler定理手工计算,并与3)计算的结果对比; 5)实现RSA算法。并对 I LOVE NANJING UNIVERSITY OF AERONAUTICS AND ASTRONAUTICS 加解密。说明:为了方便实现,分组可以小一点,比如两个字母一组。
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-12
    • 文件大小:1415
    • 提供者:刘洋
  1. OpenSSL解密2

    0下载:
  2. 基于OpenSSL的命令和API函数来解密RSA,包括一些大数运算(Decryption of some functions based on RSA OpenSSL)
  3. 所属分类:破解

    • 发布日期:2017-12-30
    • 文件大小:4096
    • 提供者:小帅图
  1. RSA_BIGINT

    0下载:
  2. RSA算法中的大数处理,纯C代码实现,方便移植。(Large number processing in RSA algorithm.)
  3. 所属分类:加密解密

    • 发布日期:2018-08-21
    • 文件大小:3072
    • 提供者:Honrun
« 1 2 3 45 6 7 »
搜珍网 www.dssz.com